Resource StructureDefinition/FHIR Server from package de.einwilligungsmanagement#1.1.0-ballot1 (109 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "profile-consent-management-consent",
"url" : "http://fhir.de/ConsentManagement/StructureDefinition/Consent",
"version" : "1.0.0",
"name" : "ConsentManagementConsent",
"title" : "Consent Management: Consent",
"status" : "active",
"experimental" : false,
"date" : "2021-09-23",
"publisher" : "AG Einwilligungsmanagement des Interoperabilitätsforums",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://wiki.hl7.de/index.php?title=Einwilligungsmanagement_(Projekt)"
}
]
}
],
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Consent",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Consent",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Consent.extension",
"path" : "Consent.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Consent.extension:domainReference",
"path" : "Consent.extension",
"sliceName" : "domainReference",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.de/ConsentManagement/StructureDefinition/DomainReference"
]
}
],
"mustSupport" : true
},
{
"id" : "Consent.extension:domainReference.extension",
"path" : "Consent.extension.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Consent.extension:domainReference.extension:domain",
"path" : "Consent.extension.extension",
"sliceName" : "domain",
"mustSupport" : true
},
{
"id" : "Consent.status",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Consent.status",
"mustSupport" : true
},
{
"id" : "Consent.scope",
"path" : "Consent.scope",
"comment" : "Wird im Kontext des Einwilligungsmanagment-Leitfadens nicht näher definiert.\r\nBei Bedarf kann das ValueSet erweitert oder ggf. ein NullFlavor-Code eingetragen werden."
},
{
"id" : "Consent.category",
"path" : "Consent.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "Consent.category:consentCategory",
"path" : "Consent.category",
"sliceName" : "consentCategory",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:consentCategory.coding",
"path" : "Consent.category.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:consentCategory.coding.system",
"path" : "Consent.category.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:consentCategory.coding.code",
"path" : "Consent.category.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:resultType",
"path" : "Consent.category",
"sliceName" : "resultType",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://fhir.de/ConsentManagement/ValueSet/ResultType"
}
},
{
"id" : "Consent.category:resultType.coding",
"path" : "Consent.category.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:resultType.coding.system",
"path" : "Consent.category.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:resultType.coding.code",
"path" : "Consent.category.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:templateType",
"path" : "Consent.category",
"sliceName" : "templateType",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "http://fhir.de/ConsentManagement/ValueSet/TemplateType"
}
},
{
"id" : "Consent.category:templateType.coding",
"path" : "Consent.category.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:templateType.coding.system",
"path" : "Consent.category.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.category:templateType.coding.code",
"path" : "Consent.category.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.patient",
"path" : "Consent.patient",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://fhir.de/ConsentManagement/StructureDefinition/Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Consent.patient.reference",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Consent.patient.reference"
},
{
"id" : "Consent.dateTime",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Consent.dateTime",
"short" : "Erstellungszeitpunkt der Einwilligungsinformation",
"definition" : "Zu diesem Zeitpunkt wurde diese Einwilligungsinformation erstellt.\r\nDies ist nicht notwendigerweise identisch mit dem Zeitpunkt der Einwilligungserklärung oder dem Beginn des Gültigkeitszeitraums.",
"comment" : "Dieser Zeitpunkt sollte in der Praxis, zumindest bei vollelektronischer Verarbeitung, identisch mit dem Unterschriftsdatum des Fragebogens sein (Provenance.signature.when des Patienten)",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.organization",
"path" : "Consent.organization",
"short" : "Organisation, in der die Einwilligung erfasst wurde.",
"definition" : "Dies ist die Organisation, die den Consent erfasst hat.",
"mustSupport" : true
},
{
"id" : "Consent.source[x]",
"path" : "Consent.source[x]",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://fhir.de/ConsentManagement/StructureDefinition/QuestionnaireResponse"
]
}
],
"mustSupport" : true
},
{
"id" : "Consent.source[x].reference",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Consent.source[x].reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.policy",
"path" : "Consent.policy",
"mustSupport" : true
},
{
"id" : "Consent.policy.uri",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "normative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode" : "4.0.0"
}
],
"path" : "Consent.policy.uri",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Consent.policyRule",
"path" : "Consent.policyRule",
"mustSupport" : true
},
{
"id" : "Consent.policyRule.extension",
"path" : "Consent.policyRule.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Consent.policyRule.extension:xacml",
"path" : "Consent.policyRule.extension",
"sliceName" : "xacml",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://fhir.de/ConsentManagement/StructureDefinition/Xacml"
]
}
],
"mustSupport" : true
},
{
"id" : "Consent.provision",
"path" : "Consent.provision",
"mustSupport" : true
},
{
"id" : "Consent.provision.period",
"path" : "Consent.provision.period",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.